go/types.instance.ctxt (field)
10 uses
go/types (current package)
instantiate.go#L98: ctxts = append(ctxts, expanding.inst.ctxt)
named.go#L142: ctxt *Context // local Context; set to nil after full expansion
named.go#L255: n.inst.ctxt = nil
named.go#L353: inst.ctxt = expanding.inst.ctxt
named.go#L445: assert(t.inst.ctxt != nil) // we should still have a context remaining from the resolution phase
named.go#L453: t.inst.ctxt = nil // no need for a context anymore
named.go#L757: if n.inst.ctxt == nil {
named.go#L758: n.inst.ctxt = NewContext()
named.go#L761: ctxt := n.inst.ctxt
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)